home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Explorers
/
Great Explorers.iso
/
title.inc
< prev
Wrap
Text File
|
1996-10-02
|
2KB
|
67 lines
rem *** Constants for disc
rem *** Promo disc flags
'$ifdef IsPromo
'$define IsUsingMenu
'$endif
rem *** Title disc flags
'$ifdef IsTitle
'$define IsRunAdvertOnStartUp
'$define IsUsingOnLineReg
'$endif
rem *** Common constants
const Dir_Group = ""
rem *** Constants specific to title
'$define IsExplorers
const Dir_ExplorersRoot = "\exp"
const INI_Explorers = "exp.INI"
const DLL_Explorers = "exp.DLL"
const Icon_Explorers = "\explorer.ico"
const Sect_ExplorersBinary = "FlagTower Explorers binaries"
const Sect_ExplorersEngine = "FlagTower Explorers AV Engine"
const Sect_ExplorersAccusoftGold = "FlagTower Explorers Accusoft Pro Gold"
const Sect_ExplorersDatabase = "FlagTower Explorers database"
const Sect_ExplorersCDilla = "FlagTower C-Dilla Explorers"
global Path_ExplorersRoot as string
global Path_ExplorersBinary as string
global Path_ExplorersEngine as string
global Path_ExplorersDatabase as string
rem *** Constants specific to First World War
'$define IsAdvert
const Dir_AdvertRoot = "\Advert"
const INI_Advert = "ADVERT.INI"
const DLL_Advert = "ADVERT.DLL"
const Icon_Advert = "1"
const Sect_AdvertBinary = "FlagTower Advert binaries"
const Sect_AdvertEngine = "FlagTower Advert AV Engine"
const Sect_AdvertAccusoftGold = "FlagTower Advert Accusoft Pro Gold"
const Sect_AdvertDatabase = "FlagTower Advert database"
const Sect_AdvertCDilla = "FlagTower C-Dilla Advert"
global Path_AdvertRoot as string
global Path_AdvertBinary as string
global Path_AdvertEngine as string
global Path_AdvertDatabase as string